home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / Mesa-2.2 / widgets-mesa / INSTALL < prev    next >
Encoding:
Text File  |  1997-01-31  |  780 b   |  27 lines

  1. ./configure    # add `--with-motif' iff you want the Motif widget
  2. make
  3. make demo.gl
  4. make demo.mesa
  5. make demo.ws    # load `next' event and play with cursor keys
  6. make demo.tea    # play with cursor keys again
  7. make install    # iff you like it
  8.  
  9. That's it.  Enjoy.
  10.  
  11. PS:   If you don't build in a Mesa source tree and don't have Mesa's
  12.       header files installed, you can use `--with-mesadir=PATH' as an
  13.       argument to configure to specify another PATH to the Mesa source
  14.       tree.
  15.  
  16. P^2S: I can not test the Motif widget myself, therefore it is not build
  17.       by default.  But people have used it successfully, it should
  18.       work for you too.
  19.  
  20. P^3S: A more verbose description will follow ...
  21.  
  22.  
  23. $Id: INSTALL,v 1.6 1995/06/11 22:34:46 ohl Exp $
  24. Local Variables:
  25. mode:indented-text
  26. End:
  27.